﻿2026-06-06T06:43:00.7811948Z ##[group]Run actions/checkout@v5
2026-06-06T06:43:00.7813530Z with:
2026-06-06T06:43:00.7814231Z   repository: SaberMage/spt-core
2026-06-06T06:43:00.7822068Z   token: ***
2026-06-06T06:43:00.7822722Z   ssh-strict: true
2026-06-06T06:43:00.7823359Z   ssh-user: git
2026-06-06T06:43:00.7824023Z   persist-credentials: true
2026-06-06T06:43:00.7824734Z   clean: true
2026-06-06T06:43:00.7825394Z   sparse-checkout-cone-mode: true
2026-06-06T06:43:00.7826153Z   fetch-depth: 1
2026-06-06T06:43:00.7826789Z   fetch-tags: false
2026-06-06T06:43:00.7827428Z   show-progress: true
2026-06-06T06:43:00.7828081Z   lfs: false
2026-06-06T06:43:00.7828676Z   submodules: false
2026-06-06T06:43:00.7829790Z   set-safe-directory: true
2026-06-06T06:43:00.7831225Z ##[endgroup]
2026-06-06T06:43:00.9377007Z Syncing repository: SaberMage/spt-core
2026-06-06T06:43:00.9380840Z ##[group]Getting Git version info
2026-06-06T06:43:00.9382084Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:43:00.9384098Z [command]/usr/bin/git version
2026-06-06T06:43:00.9384996Z git version 2.34.1
2026-06-06T06:43:00.9388010Z ##[endgroup]
2026-06-06T06:43:00.9396613Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/bd35d7b0-3779-4b2d-9bad-fb9301d88f07/.gitconfig'
2026-06-06T06:43:00.9417920Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/bd35d7b0-3779-4b2d-9bad-fb9301d88f07' before making global git config changes
2026-06-06T06:43:00.9420668Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:43:00.9425566Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:43:00.9478511Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:43:00.9507767Z https://github.com/SaberMage/spt-core
2026-06-06T06:43:00.9526611Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:43:00.9533691Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:43:00.9563129Z refs/heads/dev-freeform
2026-06-06T06:43:00.9577584Z [command]/usr/bin/git checkout --detach
2026-06-06T06:43:00.9640751Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:00.9701025Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:43:00.9741402Z Deleted branch dev-freeform (was 7a22a63).
2026-06-06T06:43:00.9789831Z ##[endgroup]
2026-06-06T06:43:00.9794684Z [command]/usr/bin/git submodule status
2026-06-06T06:43:01.0050061Z ##[group]Cleaning the repository
2026-06-06T06:43:01.0051229Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:43:02.2801954Z Removing .adapter-notify/
2026-06-06T06:43:02.2804305Z Removing target/
2026-06-06T06:43:02.2816040Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:43:02.2900359Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:02.2911525Z ##[endgroup]
2026-06-06T06:43:02.2913774Z ##[group]Disabling automatic garbage collection
2026-06-06T06:43:02.2915805Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:43:02.2955677Z ##[endgroup]
2026-06-06T06:43:02.2957830Z ##[group]Setting up auth
2026-06-06T06:43:02.2965789Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:43:02.3008007Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:43:02.3250762Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:43:02.3291320Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:43:02.3538358Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:43:02.3580096Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:43:02.3824023Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:43:02.3885029Z ##[endgroup]
2026-06-06T06:43:02.3887579Z ##[group]Fetching the repository
2026-06-06T06:43:02.3900469Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7a22a63cf14fd294e02ad0723459bb0f9fa7065c:refs/remotes/origin/dev-freeform
2026-06-06T06:43:02.9025380Z ##[endgroup]
2026-06-06T06:43:02.9028342Z ##[group]Determining the checkout info
2026-06-06T06:43:02.9031333Z ##[endgroup]
2026-06-06T06:43:02.9036084Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:43:02.9093493Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:43:02.9142788Z ##[group]Checking out the ref
2026-06-06T06:43:02.9145981Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:43:02.9209775Z Switched to a new branch 'dev-freeform'
2026-06-06T06:43:02.9213451Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:43:02.9226082Z ##[endgroup]
2026-06-06T06:43:02.9274425Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:43:02.9311423Z 7a22a63cf14fd294e02ad0723459bb0f9fa7065c
